home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000119_news@columbia.edu _Fri Mar 1 13:21:34 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id NAA13795 for <kermit.misc@watsun>; Fri, 1 Mar 1996 13:21:28 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id NAA22768 for kermit.misc@watsun; Fri, 1 Mar 1996 13:21:26 -0500 (EST)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!chi-news.cic.net!hookup!news.mathworks.com!news.kei.com!nntp.coast.net!harbinger.cc.monash.edu.au!ns.saard.net!news.camtech.com.au!news.dircsa.org.au!news.dircsa.org.au!not-for-mail
  5. From: arthur@gateway.dircsa.org.au (Arthur Marsh)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Another set key problem
  8. Date: 2 Mar 1996 02:27:52 +1030
  9. Organization: DIRC - Disability Information & Resource Centre - Sth Australia
  10. Lines: 19
  11. Message-ID: <4h76q0$798@gateway.dircsa.org.au>
  12. References: <4h2jdu$d2s@uwm.edu>
  13. NNTP-Posting-Host: gateway.dircsa.org.au
  14. X-Newsreader: TIN [version 1.1 PL8]
  15.  
  16. Harmon F Seaver (hseaver@alpha1.csd.uwm.edu) wrote:
  17. :    Here's another problem I'm having with set key. For Notis, running on an
  18. : IBM, the backspace key is set to \127. I want it to be an actual destructive
  19. : backspace. \127 is delete, trying to do \8\127 gets me an error message.
  20. : What should it be set to?
  21.  
  22. I did a show key on MS-Kermit 3.14 hit enter then the key marked <- at the
  23. top right hand side of the main keyboard cluster. This showed me that the
  24. key has a scancode of 270.
  25.  
  26. I then did a set key and MS-Kermit told me how to redefine a key and after
  27. verifying that it was right, added it to the end of my mscustom.ini:
  28.  
  29. set key \270 \8
  30. ; (End of MSCUSTOM.INI)
  31. -- 
  32. Arthur Marsh, telephone +61-8-370-2365, fax +61-8-223-5082 
  33.               arthur@dircsa.org.au
  34. .endofsig